home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / COMMUNS / M_BLUE_WINDOW.dir / 00046_Script_BOUCLE_EKERRE_BLEUE < prev   
Text File  |  2002-07-23  |  401b  |  12 lines

  1. global gL_bluebornes,  gL_MagicWindoz_lok, gLmem_MagicWindoz_lok
  2. ------------------
  3. on exitFrame me
  4.   x = the mouseH
  5.   y = the mouseV
  6.   if x < gL_bluebornes[1] or x > gL_bluebornes[3] or y < gL_bluebornes[2] or y > gL_bluebornes[4] then
  7.     if  gL_MagicWindoz_lok[4]= gLmem_MagicWindoz_lok[4] then
  8.       mouseUp(Script"GESTION_BTON_CLOSE_BLUE_WINDOW")
  9.     end if
  10.   end if
  11.   go the frame
  12. end